home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2005 November
/
WNnov2005.iso
/
Windows
/
Utilitaires
/
Beyond Compare
/
beycmpfr.exe
/
{app}
/
BC2.exe
/
0
/
RCDATA
/
TFINDTEXTDLG
/
TFINDTEXTDLG.txt
Wrap
Text File
|
2005-06-02
|
6KB
|
278 lines
object FindTextDlg: TFindTextDlg
Left = 573
Top = 246
BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
BorderStyle = bsDialog
Caption = 'Rechercher un texte'
ClientHeight = 356
ClientWidth = 336
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object BottomPanel: TPanel
Left = 0
Top = 89
Width = 336
Height = 264
Align = alTop
BevelOuter = bvNone
TabOrder = 2
object GroupBox1: TGroupBox
Left = 8
Top = 112
Width = 157
Height = 57
Caption = 'C'#244't'#233
TabOrder = 1
object LeftSide: TBCCheckBox
Left = 8
Top = 16
Width = 39
Height = 17
HelpContext = 9002
Caption = '&Gauche'
TabOrder = 0
end
object RightSide: TBCCheckBox
Left = 8
Top = 32
Width = 45
Height = 17
HelpContext = 9003
Caption = '&Droite'
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 2
Width = 321
Height = 105
Caption = 'Options'
TabOrder = 0
object CaseSensitive: TBCCheckBox
Left = 8
Top = 20
Width = 89
Height = 17
HelpContext = 9004
Caption = 'Se&nsible '#224' la casse'
TabOrder = 0
end
object WholeWords: TBCCheckBox
Left = 8
Top = 40
Width = 105
Height = 17
HelpContext = 9005
Caption = '&Mots entiers uniquement'
TabOrder = 1
end
object RegularExp: TBCCheckBox
Left = 8
Top = 80
Width = 112
Height = 17
HelpContext = 9006
Caption = 'E&xpression r'#233'guli'#232're'
TabOrder = 3
OnClick = EnableControls
end
object WrapSearch: TBCCheckBox
Left = 8
Top = 60
Width = 81
Height = 17
HelpContext = 9007
Caption = 'Re&cherche avec bouclage'
TabOrder = 2
end
object HelpBtn: TButton
Left = 200
Top = 74
Width = 113
Height = 23
HelpContext = 10
Caption = 'Exemples d'#39'ER'
TabOrder = 4
OnClick = HelpBtnClick
end
end
object CancelBtn: TButton
Left = 256
Top = 240
Width = 73
Height = 23
Cancel = True
Caption = 'Annuler'
ModalResult = 2
TabOrder = 7
end
object ExtraBtn: TButton
Left = 152
Top = 240
Width = 97
Height = 23
Caption = '%'
ModalResult = 1
TabOrder = 6
OnClick = ExtraBtnClick
end
object OKBtn: TButton
Left = 72
Top = 240
Width = 73
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 5
OnClick = OKBtnClick
end
object ScopeEdit: TRadioGroup
Left = 8
Top = 174
Width = 157
Height = 57
HelpContext = 9030
Caption = 'Port'#233'e'
Items.Strings = (
'Glo&bale'
'Texte &s'#233'lectionn'#233)
TabOrder = 2
end
object DirectionEdit: TRadioGroup
Left = 172
Top = 112
Width = 157
Height = 57
HelpContext = 9020
Caption = 'Direction'
Items.Strings = (
'En a&vant'
'En a&rri'#232're')
TabOrder = 3
end
object OriginEdit: TRadioGroup
Left = 172
Top = 174
Width = 157
Height = 57
HelpContext = 9040
Caption = 'Origine'
Items.Strings = (
'&A partir du curseur'
'&Port'#233'e globale')
TabOrder = 4
end
end
object TopPanel: TPanel
Left = 0
Top = 0
Width = 336
Height = 49
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 8
Width = 60
Height = 13
Caption = '&Texte '#224' Rechercher :'
FocusControl = FindText
end
object FindText: TUnicodeComboBox
Left = 8
Top = 24
Width = 321
Height = 21
HelpContext = 9001
Style = ucsDropDown
ItemHeight = 13
DropDownCount = 8
PopupMenu = PopupMenu1
TabOrder = 0
OnEnter = EditEnter
OnExit = EditExit
end
end
object ReplacePanel: TPanel
Left = 0
Top = 49
Width = 336
Height = 40
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object Label2: TLabel
Left = 8
Top = 0
Width = 65
Height = 13
Caption = 'R&emplacer avec :'
end
object ReplaceText: TUnicodeComboBox
Left = 8
Top = 16
Width = 321
Height = 21
HelpContext = 9008
Style = ucsDropDown
ItemHeight = 13
DropDownCount = 8
PopupMenu = PopupMenu1
TabOrder = 0
OnEnter = EditEnter
OnExit = EditExit
end
end
object PopupMenu1: TTBPopupMenu
AutoHotkeys = maManual
OnPopup = EditMenuPopup
Left = 292
Top = 105
object Undo3: TTBItem
Caption = '&D'#233'faire'
ShortCut = 16474
OnClick = EditMenuItemClick
end
object N1: TTBSeparatorItem
end
object Cut3: TTBItem
Caption = 'Co&uper'
ShortCut = 16472
OnClick = EditMenuItemClick
end
object Copy3: TTBItem
Caption = 'Co&pier'
ShortCut = 16451
OnClick = EditMenuItemClick
end
object Paste3: TTBItem
Caption = '&Coller'
ShortCut = 16470
OnClick = EditMenuItemClick
end
object Delete3: TTBItem
Caption = '&Supprimer'
OnClick = EditMenuItemClick
end
object N2: TTBSeparatorItem
end
object SelectAll3: TTBItem
Caption = 'S'#233'lectionner &tout'
ShortCut = 16449
OnClick = EditMenuItemClick
end
end
end